home *** CD-ROM | disk | FTP | other *** search
/ Flash MX Motion Graphics / Flash MX Motion Graphics Companion Disc.iso / ChapterFiles / Chap07 / similarity.swf / scripts / DefineButton2_210 / BUTTONCONDACTION on(release)_3.as < prev    next >
Encoding:
Text File  |  2002-06-28  |  93 b   |  8 lines

  1. on(release){
  2.    nextFrame();
  3.    tellTarget("/cafe")
  4.    {
  5.       gotoAndStop(2);
  6.    }
  7. }
  8.